Feature: Asign tag
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 1m 34.660s |
Scenario: Asign a tag successfully
Before
0m 1.183s
Given
I navigate to page "<URL>"
0m 4.669s
And
I enter email "<ADMIN_EMAIL>"
0m 1.277s
And
I enter password "<ADMIN_PASSWORD>"
0m 0.538s
And
I click on the login button
0m 0.763s
And
I wait for 2 seconds
0m 3.887s
And
I click on tags option
0m 0.954s
And
I wait for 2 seconds
0m 2.285s
And
I click on the new tags button
0m 0.752s
And
I write "Tag para asignar" in the tag name
0m 0.483s
And
I write "Descripción de tag" in the tag description
0m 0.566s
And
I save the new tag
0m 0.554s
And
I click on posts option
0m 1.404s
And
I wait for 1 seconds
0m 1.260s
And
I click on the new post button
0m 0.736s
And
I wait for 2 seconds
0m 2.252s
And
I write "Mi nuevo post" in the post title
0m 0.709s
And
I open the post settings
0m 0.842s
When
I asign the tag "Tag para asignar" to the post
0m 0.918s
And
I wait for 1 seconds
0m 1.270s
And
I publish the new post
0m 0.810s
And
I wait for 2 seconds
0m 2.244s
And
I return to the posts list
0m 0.843s
And
I filter posts by status Published
0m 0.953s
And
I wait for 2 seconds
0m 2.261s
Then
I see that there is a post in the list with name "Tag para asignar"
0m 0.243s
After
0m 0.004s
Screenshots
Before
NO IMAGE AVAILABLE
Given
I navigate to page "<URL>"
And
I enter email "<ADMIN_EMAIL>"
And
I enter password "<ADMIN_PASSWORD>"
And
I click on the login button
And
I wait for 2 seconds
And
I click on tags option
And
I wait for 2 seconds
And
I click on the new tags button
And
I write "Tag para asignar" in the tag name
And
I write "Descripción de tag" in the tag description
And
I save the new tag
And
I click on posts option
And
I wait for 1 seconds
And
I click on the new post button
And
I wait for 2 seconds
And
I write "Mi nuevo post" in the post title
And
I open the post settings
When
I asign the tag "Tag para asignar" to the post
And
I wait for 1 seconds
And
I publish the new post
And
I wait for 2 seconds
And
I return to the posts list
And
I filter posts by status Published
And
I wait for 2 seconds
Then
I see that there is a post in the list with name "Tag para asignar"
After
NO IMAGE AVAILABLE